Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(files): Add more visual move / copy notification #47910

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Sep 11, 2024

Summary

This adds loading toast notification while the move operation is running.

Screen recording

Bildschirmaufnahme_20240911_222420.webm

Checklist

@susnux susnux added 3. to review Waiting for reviews feature: files labels Sep 11, 2024
@susnux susnux requested review from kesselb, marcoambrosini and a team September 11, 2024 20:32
@susnux susnux requested review from Fenn-CS and szaimen and removed request for a team September 11, 2024 20:32
@susnux susnux added this to the Nextcloud 31 milestone Sep 11, 2024
@susnux
Copy link
Contributor Author

susnux commented Sep 11, 2024

/backport to stable30

@susnux
Copy link
Contributor Author

susnux commented Sep 11, 2024

/backport to stable29

@susnux
Copy link
Contributor Author

susnux commented Sep 11, 2024

/backport to stable28

@kesselb

This comment was marked as resolved.

Copy link
Member

@marcoambrosini marcoambrosini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, can we use a loader component instead and feed the actual progress of the operation to it?

I had a mockup for something similar a few months ago, but this is a much simpler solution that does a big part of the job.

@skjnldsv
Copy link
Member

Very nice, can we use a loader component instead and feed the actual progress of the operation to it?

That is much more work, and should be scheduled by a team lead :)

apps/files/css/files.scss Outdated Show resolved Hide resolved
@kesselb
Copy link
Contributor

kesselb commented Sep 30, 2024

Thank you 👍

It's not ideal that for every selected file a toast is shown, but still better than before 🙏

* Resolves: #46645

This adds loading toast notification while the move operation is running.

Signed-off-by: Ferdinand Thiessen <[email protected]>
@kesselb
Copy link
Contributor

kesselb commented Sep 30, 2024

Rebase + Recompile

@kesselb kesselb merged commit b6a23b2 into master Sep 30, 2024
115 checks passed
@kesselb kesselb deleted the fix/files-add-move-info branch September 30, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: No visual feedback for move operations
4 participants